home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / vbcc / doc / History < prev    next >
Text File  |  1998-06-24  |  46KB  |  1,010 lines

  1. vbcc is (c) in 1995-97 by Volker Barthelmann
  2.  
  3. (cga68k):  changes in the code generator for amiga68k/unix68k
  4. (cgi386):  changes in the code generator for i386
  5. (cgppc):   changes in the code generator for ppc
  6. (cgalpha): changes in the code generator for alpha
  7. (cla68k):  changes in the C library for amiga68k
  8. (vca68k):  changes in the compiler frontend for amiga68k
  9. (vcu68k):  changes in the compiler frontend for unix68k
  10.  
  11.  
  12. Changes since V0.5k
  13.  
  14. - -ml option added to vc
  15. - remove() and rename() added (clappc)
  16. - vc accepts +file anywhere now
  17.  
  18. Changes since V0.5j
  19.  
  20. - -setccs added (cgppc)
  21. - bug fix: some bugs for ppc fixed (cgppc)
  22. - bug fix: problems with SUBPFP in ic.c
  23. - bug fix: do_refs() had problems with pointer-constants (cgm68k)
  24. - bug fix: similar problem for i386 (cgi386)
  25. - obsolete EOF-check in main() removed
  26. - format for -cc/-ccv changed (vc)
  27. - + does not need the full path anymore (vc)
  28.  
  29. Changes since V0.5i
  30.  
  31. - fixed minor bugs in strcmp, strncmp and memcmp (cla68k,clappc)
  32. - fixed certain problems with regargs
  33. - some bug-fixes (cgppc,cgalpha)
  34. - bug-fix: KONST|DREFOBJ was incorrectly propagated as constant
  35. - hacked fd2lib to create libcall-includes (cla68k)
  36.  
  37. Changes since V0.5h
  38.  
  39. - -ul added to vc
  40. - -no-regnames added (cgppc)
  41. - changed gen_cond() void
  42. - support for struct-return and HAVE_REGPARMS
  43. - several bug-fixes (cgppc,cgalpha)
  44. - removed debugging-output in printzul
  45. - warning 208 extended to simple endless loops
  46. - cyclic dependencies in load_reg_parms are handled now
  47. - several bug fixes (cgppc)
  48.  
  49. Changes since V0.5g
  50.  
  51. - argument-registers were assigned before rewriting array/function-types
  52. - r2 is reserved (cgppc)
  53. - warning 168 is no more displayed for main()
  54. - bug-fix: alignment of floating-point-constants not always ok (cgppc,cgi386)
  55. - bug-fix: sub const with short types (cgppc)
  56. - function-inlining works with register-parameters
  57. - added stdarg-support (cgppc)
  58. - leaf-functions don't creat a stack-frame (cgppc)
  59. - some bug fixes (cgppc)
  60. - several changes in handling of alignments
  61. - added support for modulo (cgppc)
  62. - some modifications on alignments (cgm68k,cgppc)
  63. - -amiga-align added (cgppc)
  64. - mysupp included in extra.lib (cla68k)
  65. - some docs updated
  66. - added memread_id, memwrite_id and memwrite_completely to vsc.h
  67. - added inline-assembly-functions
  68.  
  69. Changes since V0.5f
  70.  
  71. - added examples of stdarg.h into the codegen-docs
  72. - -save-fp added (cgi386)
  73. - bug fix: conversions int<->char and %esi etc. (cgi386)
  74. - warning 170 turned off by default
  75. - bug fix: corrected prototype for strerror() (cla68k)
  76. - no-builtins added (cgalpha)
  77. - added some builtin faunctions (cgalpha)
  78. - ?: now works with non-scalars
  79. - dtgen is easier to use when not building a cross-compiler
  80. - __typeof added
  81. - conversions of DREFOBJ sometimes generated illegal assembly on
  82.   alpha (cgalpha)
  83.  
  84. Changes since V0.5e
  85.  
  86. - cg_copyright added
  87. - increased default-values for unroll-size and inline-size
  88. - some changes for PPC (cgppc)
  89. - bug fix: declarations with empty identifiers were accepted
  90. - bug fix: read_config() read one byte too much in vc (vc)
  91. - bug fix: warning 226 added
  92. - some optimizations for Alpha (cgalpha)
  93. - more conservative handling of copy-propagation and structs/unions
  94. - better handling of alignment of compund types
  95. - bug fix: local_regs() generated duplicate FREEREGs if a register
  96.            was exchanged in free_hreg()
  97. - bug fix: moveq was used incorrectly sometimes (cgm68k)
  98. - bug fix: problems with must_convert() for m68k (cgm68k)
  99. - bug fix: sometimes scratch registers were reused too early with
  100.            a op= b
  101.  
  102. Changes since V0.5d
  103.  
  104. - added warnings 224 and 225
  105. - bug fix: parsing of format-strings works better now
  106. - inlined calls don't increase <function_calls>
  107. - some work on the code-generator for alpha
  108. - bug fix: function-inlining didn't work with register parameters
  109. - clearing am before gen_dc
  110.  
  111. Changes since V0.5c
  112.  
  113. - new Makefile
  114. - better support for crosscompilers and emulation of data types
  115. - bug fix: several bugs fixed
  116. - a68k/amiga68k became m68k
  117.  
  118. Changes since V0.5b
  119.  
  120. - bug fix: corrupt alias info in frequency-reduction
  121. - bug fix: loop1 in flow.c
  122. - bug fix: arith_opt() converted uninitialized var
  123. - uses ffree for i386 (cgi386)
  124. - added supp.h/c; started to separate C-specific parts
  125.  
  126. Changes since V0.5a
  127.  
  128. - setvbuf works better now (cla68k)
  129. - bug fix: float/double->unsigned char/short works correct with FPU now (cga68k)
  130. - -longalign added (cgi386)
  131. - bug fix: mieee.lib closed wrong library (cla68k)
  132. - bug fix: typo in default rule of Makefile
  133. - added warning 222
  134. - bug fix: addressing-modes with 68020+ (cga68k)
  135. - bug fix: local register allocation when optimizing
  136. - bug fix: create_loop_headers had problems with empty basic blocks
  137. - bug fix: enforcer hit and incorrect warnings in certain while- and
  138.            for-expressions when optimizing
  139. - bug fix: parsing of certain declarations was buggy
  140.  
  141. Changes since V0.5
  142.  
  143. - loop-unrolling now works with multiple ccs
  144. - work on the ppc code generator (cgppc)
  145. - bug fix: old-style function-definitions with '...' didn't give a diagnostic
  146. - bug fix: missing ',' in function calls didn't give a diagnostic
  147. - bug fix: certain missing brackets around initializers didn't give a
  148.            diagnostic
  149. - bug fix: in certain cases wrong code for divisions was generated (cgi386)
  150. - bug fix: optimizing local register allocation had problems with USEQ2ASZ
  151. - local_regs() tries to use best reg with SETRETURN
  152. - started support for default argument passing in registers
  153. - bug fix: rearranging of array-accesses was buggy with DREFOBJs
  154. - bug fix: loading of parameters into registers was sometimes wrong if there
  155.            was a jump to the first basic block after optimization
  156. - bug fix: casting to void and conditional-expressions with void caused
  157.            problems
  158.  
  159. Changes since V0.4f
  160.  
  161. - bug fix: there was a bug with local register allocation and optimizing
  162. - bug fix: t_max[CHAR] was wrong :-) (cga68k, cgi386, cgppc)
  163. - ixemul-support updated (cla68k)
  164. - bug fixed: initialized arrays with unspecified size always increased size
  165.              of stack frame
  166. - work on the i386 code generator (cgi386)
  167. - fixed bug with register parameters and optimizer
  168. - a4 is saved when geta4 is called (cga68k)
  169.  
  170. Changes since V0.4e
  171.  
  172. - small improvements on the i386 code generator (cgi386)
  173. - bug fix: minor bug in loop-unrolling with TEST
  174. - bug fix: there was a check missing in type_expr/CALL
  175. - bug fix: do not use addressing modes if base register was freed (cga68k)
  176. - added new m040.lib by Aki M Laukkanen (cla68k)
  177. - added elf-support and -elf option to i386 code generator (cgi386)
  178. - bug fixed: _ctype_.c in vcs.lib had been built with large data (cla68k)
  179. - __reg added
  180. - added support for parameter passing in registers
  181. - small changes in local optimizing register allocation
  182.  
  183. Changes since V0.4d
  184.  
  185. - arguments for mieee-functions are passed in different order now; rebuilt
  186.   mieee.lib (cga68k, cla68k)
  187. - changed directory-structure, Makefile and frontend
  188. - bug fixed: certain struct initializations got the alignment wrong (bug
  189.              was probably introduced recently)
  190. - included new PhxLnk
  191. - included startup-code for ixemul.library by Frank Wille
  192. - changed default vc.config (-Ivinclude: put at the end)
  193. - better error handling when parsing enums
  194. - fixed a bug with struct-assigns and improved them a bit (cga68k)
  195. - moved a } in killsp()
  196. - slightly better error-handling of function-declarations
  197. - warning 121 only applies to storage-class extern
  198. - bug fixed: declaration for remove() was missing in stdio.h (cla68k)
  199. - bug fixed: extra ','s in function calls cause a diagnostic now
  200. - added a missing ';' in vconfig-sources
  201. - added missing includes and removed incorrect ',' in vbrowse-sources
  202.  
  203. Changes since V0.4c
  204.  
  205. - bug fixed: delayed-popping was corrupt in certain cases (cga68k, cgi386)
  206. - cleanup_cg() added
  207. - shortcut() added
  208. - fixed bug in the optimzer (av.c and regs.c)
  209. - modified handling of character-constants with multiple chars
  210. - cleaned up a lot of internal things and using the target's arithmetic
  211.   where necessary - required changes in the code generators
  212. - simple-regs will assign scratch-registers again if no functions are called
  213. - fixed bug in simple-regs
  214.  
  215. Changes since V0.4b
  216.  
  217. - -no-multiple-ccs added
  218. - warning 119 is not displayed for static vars any more
  219. - bug fixed: global copy propagation probably didn't really do anything
  220. - better support for multiple condition code registers
  221. - started code-generator for ppc
  222. - changed directory-structure
  223.  
  224. Changes since V0.4a
  225.  
  226. - bug fixed: the new PUSH still didn't work ok in all cases (cga68k)
  227. - bug fixed: certain (useless) comparisons between unsigneds and constants
  228.              generated wrong code
  229.  
  230. Changes since V0.4
  231.  
  232. - bug fixed: isalpha must not be true for anything but a-z/A-Z (cla68k)
  233. - new PhxLnk
  234. - bug fixed: aliasing info was incorrect in some mustconvert-cases
  235. - bug fixed: the assert-macro didn't work (cla68k)
  236. - bug fixed: the offset of addressing modes was not cleared generating
  237.              problems with the new PUSH (cga68k)
  238. - bug fixed: assign() had problems with qualified floats/doubles (cga68k)
  239.  
  240. Changes since V0.3i
  241.  
  242. - rebuilt libraries with -O2 (cla68k)
  243. - warning 216 added
  244. - bug fixed: initializations of structs containing unnamed bitfields were
  245.              not handled correctly
  246. - [f|s]printf and [f|s]scanf are always recognized if declared correctly
  247. - modified cp.c to use aliasing info
  248.  
  249. Changes since V0.3h
  250.  
  251. - bug fixed: aliasing info with arrays and structs wasn't always correct
  252. - #pragma opt added
  253. - added __v0[s|f]printf to vc.lib and modified stdio.h (cla68k)
  254. - added replacing printf/scanf-like functions
  255. - warning 215 added
  256. - warning 214 added
  257. - looking at format strings of printf/scanf and similar functions
  258. - #pragma printflike/scanflike added
  259. - handling of #pragma changed a bit
  260. - warning 213 added
  261. - bug fixed: calls strlen, strcpy and memcpy were inlined even if they had
  262.              no external linkage
  263. - warning 212 added
  264. - warning 211 added
  265. - bug fixed: t_max[UNSIGNED|LONG] wasn't set correctly (cga68k)
  266. - warning 210 added
  267. - warning 170 displays line number
  268. - INIC supported for error-messages
  269. - changed ierror-macro and eliminated multiple __FILE__-expansions reducing
  270.   size of executable a bit
  271. - improved debugging output (cga68k)
  272. - vc prints size of generated executable with -v (vca68k)
  273. - vc puts temporary files in T: unless -notmpfile is specified (vca68k)
  274. - improved debugging output (cga68k)
  275. - added geta4() (cla68k)
  276. - moved a few killsp()s
  277. - added elementary source-level-debugging helps (cga68k)
  278. - added -g to activate symbol-debugging with PhxAss (cga68k)
  279.  
  280. Changes since V0.3g
  281.  
  282. - bug fixed: ceil() and floor() have been missing in m881.lib (cla68k)
  283. - bug fixed: prototype for fputs was wrong (cla68k)
  284. - improved pushing of larger objects (cga68k)
  285. - added chdir() to extra.lib (cla68k)
  286. - bug fixed: sometimes dc.l xyz(a4) was generated (cga68k)
  287. - fixed some memory-leaks with alias-info
  288. - bug fixed: always_reached was not reliable
  289. - bug fixed: frequency-reduction sometimes created the wrong type if a
  290.              computation (but not the whole IC) was moved
  291. - slightly modified calc_movable()
  292. - used old version of always_reached again
  293. - address-of struct/union/array ICs were sometimes not moved out of loops
  294. - redesigned handling of used/changed objects and aliasing information
  295.  
  296. Changes since V0.3f
  297.  
  298. - bug fixed: space for at least one var on the stack has been allocated
  299.              even if no var was ever used
  300. - changed optimizing register assignment slightly
  301. - bug fixed: type-based alias-optimization wasn't always correct
  302. - bug fixed: the new reaching-definitions did not handle compound types
  303. - bug fixed: strength-reduction created problems with certain configurations
  304.              of nested loops and splittable induction-vars
  305. - bug fixed: strength-reduction of x-ind_var did not negate the induction
  306. - vbcc built itself, vc and vcpp succesfully under NetBSD-Amiga 1.1
  307. - alignment of arrays in structures now depends on the array type
  308. - rebuilt mieee.lib, vc.lib and vcs.lib to use new return type passing (cla68k)
  309. - modified returning of larger types and added -no-fp-return and
  310.   -no-mreg-return (cga68k)
  311. - returning of structures in registers is allowed
  312. - 8bit constants are copied in registers for 060 again (cga68k)
  313. - elimination of a dead GETRETURN does not count as a change any more
  314. - moved the computation of areached out of the frequency-reduction-loop
  315. - made printing of fp-constants a bit better (cga68k)
  316. - added -gas (cga68k)
  317. - bug fixed: in certain cases a TEST #const was generated
  318. - included new fd2lib/MakeALIB.script/DoPktn.c by Johnny Tevessen
  319. - removed some gcc-specific-#includes from amiga.lib (cla68k)
  320. - modified representation of reaching-definitions and its use in
  321.   constant-propagation and frequency-/strength-reduction
  322. - bug fixed: declaration for fputs() was missing in stdio.h (cla68k)
  323. - added -no-alias-opt
  324. - alias-analysis by type added; currently used in:
  325.   - active-variable-analysis
  326.   - reaching-definitions-analysis
  327.   - available-expression-analysis
  328.  
  329. Changes since V0.3e
  330.  
  331. - changed vbrowse to be compatible with new error-mechanism
  332. - changed error-mechanism somewhat
  333. - added -iso
  334. - meaning of -ansi changed
  335. - strength-reduction uses the same induction variable for equivalent
  336.   operations now
  337. - bug fixed: another one with addressing-modes (cga68k)
  338. - bug fixed: end of basic blocks was not always correctly recognized and
  339.              illegal addressing modes could have been used when optimizing
  340.              (cga68k)
  341. - minor changes to time.h (cla68k)
  342. - lea is sometimes used for ADDI2P/SUBIFP (cga68k)
  343. - improved use of postincrement (cga68k)
  344. - pea is used with addressing-modes now (cga68k)
  345. - constant 0s are not copied into data registers any more (cga68k)
  346. - changed global register-allocation; starts with outermost loops and works
  347.   a bit different now
  348. - bug fixed: if/while/for did generate corrupt code if the condition was
  349.              constant 0 and the body contained a labeled-statement
  350. - bug fixed: simple_regs() did assign variables to scratch-registers even
  351.              if the function contained function-calls sometimes
  352. - bug fixed: there was a hardcoded sizeof(POINTER)==4 in szof()
  353. - bug fixed: changed the init-value for local_offset from 4 to maxalign
  354.              and adapted probj2()
  355. - some peephole-optimizations added
  356. - -fp-associative added
  357. - bug fixed: ICs with one source equal to the target were considered as a
  358.              use(gen) preventing elimination of such ICs in loops
  359. - bug fixed: sometimes branch-instructions were moved incorrectly
  360. - strength-reduction added
  361. - bug fixed: peephole() did some not-so-nice things when folding pointer
  362.              operations; probably not fatal in 68k code-generator
  363. - moved some parts from machine.c to other files and made the separation
  364.   of machine-dependent parts somewhat nicer
  365.  
  366. Changes since V0.3d
  367.  
  368. - bug fixed: frequency-reduction (and perhaps cse, too) got the type of
  369.              added temporaries wrong for ADDRESS/ADDI2P etc.
  370. - bug fixed: sometimes the test in for/while loops was corrupt if it contained
  371.              type-conversions in optimizing compilation
  372. - bug fixed: function-inlining did complain about functions returning struct
  373. - bug fixed: there was a problem with copy-propagation and structs
  374. - bug fixed: labs() was called abs() (cla68k)
  375. - added inlining of several functions to the header files (cla68k)
  376. - bug fixed: vbcc tried to inline varargs functions which usually resulted
  377.              in an error
  378. - frequency-reduction added
  379. - bug fixed: constant folding when optimizing did a division by zero when
  380.              folding a floating-point division with ]-1;0[ v ]0;1[
  381. - bug fixed: the 32bit division functions in vc.lib were buggy and got in
  382.              an (almost) endless loop with certain arguments; as vbcc
  383.              uses them it could get stuck when folding certain constants.
  384. - bug fixed: certain definitions haven't been set correctly at the start
  385.              of a function leading to wrong reaching definitions and corrupt
  386.              constant propagation in some cases
  387. - bug fixed: copy propagation did replace argument of ADDRESS
  388. - vc passes -+ through to vcpp (vca68k)
  389.  
  390. Changes since V0.3c
  391.  
  392. - vbcc accepts a space after '=' in its option (used by vc)
  393. - improved copy propagation; it was very conservative sometimes
  394. - bug fixed: there were parentheses missing somewhere in cp.c
  395. - bug fixed: restoring of scratch registers after function-calls was buggy
  396.              in optimizing compilation
  397. - distributed Makefile should be ready to use with vbcc now, Makefile.generic
  398.   should be easy to use with another compiler
  399. - polished Makefiles (added rules for vbccs etc.)
  400. - -o option of vc works with intermediate files, too (vca68k)
  401. - extra.lib included in source tree (cla68k)
  402. - vconfig included in source tree
  403. - bug fixed: the putc-macro in stdio.h wasn't ok, I think (cla68k)
  404. - vcpp was configured to accept C++-comments by default - this has been
  405.   corrected; add '-+' to the -pp lines in vc.config if you insist
  406. - -strip-path added
  407. - vc and vbcc accept -o=executable now
  408. - changed the call to vcpp in vc.config (no stdout-redirection any
  409.   more) (vca68k)
  410. - bug fixed: mysupp.c closed dup'ed files twice (cla68k)
  411. - replaced strstr in vc.lib by a version written by Kasper Graversen (cla68k)
  412. - -dontkeep-initialized-data causes vbcc not to keep initialized data in
  413.   memory and can therefore reduce memory consumption
  414. - warning 118 is no ANSI-violation
  415. - warning 207 added
  416. - checking of type-specifiers/qualifiers is now more strict
  417. - changed text for error 58
  418. - bug fixed: some initializations with additional braces were rejected
  419. - some minor changes to vc.doc (vca68k)
  420. - changed text for error 93 (errors.h, errors.doc, VBCCMessages.guide)
  421. - bug fixed: register assignment in optimizing compilation made errors
  422.              due to wrong BRA interpretation
  423.  
  424.  
  425. Changes since V0.3b
  426.  
  427. - minor changes to loop.c
  428. - bug fixed: fread didn't always return correct results (cla68k)
  429. - bug fixed: there were some 'extern's missing in vbc.h causing e.g. the
  430.              old problems with source layout
  431. - rebuilt vcpp to allow more than 10 open files (ouch!)
  432. - bug fixed: under certain circumstances global common subexpressions
  433.              were not replaced correctly if use and one evaluation were
  434.              in the same basic block
  435.  
  436.  
  437. Changes since V0.3a
  438.  
  439. - vc.lib/vcs.lib/mieee.lib/m881.lib/m040.lib/vbcc/vc rebuilt
  440. - div/ldiv should be conforming now
  441. - ungetc should now work even if it is the first action to a stream (cla68k)
  442. - fflush(0) only affects files in output mode (cla68k)
  443. - removed const qualifier from the ctype-array (cla68k)
  444. - changed the ctype-functions to use the array (cla68k)
  445. - added #definition of NULL to stdio.h (hope that's correct) (cla68k)
  446. - changed several stdio-functions and added line-buffering (cla68k)
  447. - bug fixed: setbuf/setvbuf was broken (cla68k)
  448. - bug fixed: vbrowse didn't ask for gadtools.library V39
  449. - vbrowse opens a window that fits on a standard workbench by default now
  450. - bug fixed: there was a bug in newmalloc.c (cla68k)
  451. - bug fixed: included new version of the pooled memory routines for amiga.lib
  452.              and rebuilt amiga.lib; hopefully works with OS2.0 now (cla68k)
  453. - bug fixed: struct-declaration-structs have been freed too early; current
  454.              solution is not very nice, but should work
  455. - bug fixed: there should not be restrictions on the source layout any more
  456.              (problem with look-ahead fixed)
  457. - bug fixed: identifiers longer than MAXI could cause problems
  458. - bug fixed: passing incomplete types to functions without prototypes did
  459.              not cause a diagnostic
  460. - changed the internal representation of structs/unions/prototypes
  461.   - some non-conforming things in the source corrected
  462.   - hardcoded limit for struct sizes etc. eliminated
  463.   - type of incomplete structs should be ok now
  464. - bug fixed: code after an always false if etc. wasn't generated even if
  465.              it contained a label
  466.  
  467.  
  468. Changes since V0.3
  469.  
  470. - vc passes options starting with -D or -I through to the preprocessor -
  471.   the format for -pp/-ppv has changed (vca68k)
  472. - vc writes names of objects for the linker to a temporary file if they are
  473.   very long (vca68k)
  474. - vc supports option -nostdlib to prevent linking with standard-startup/libs
  475.   additional entries -l2/-l2v are necessary in vc.config (vca68k)
  476. - bug fixed: perror was called prerror in the library - ouch; Make-scripts
  477.              changed and vc.lib/vcs.lib rebuilt (cla68k)
  478. - bug fixed: perror-prototype was incorrect (cla68k)
  479. - added missing prototype for strerror() to string.h (cla68k)
  480. - added missing prototype for strtok() to string.h (cla68k)
  481. - rebuilt amigas.lib and vcs.lib (cla68k)
  482. - bug fixed: constant data in code-sections was addressed via a4 with -sd
  483.              (cga68k)
  484. - bug fixed: conversion between pointers and integers may not be omitted in
  485.              most cases (cga68k)
  486. - branches after TEST unsigned are changed now and tst may be omitted (cga68k)
  487. - rebuilt amiga.lib (cla68k)
  488. - bug fixed: fd2lib didn't work with varargs-functions expecting the
  489.              argument-list in a data register (cla68k)
  490. - added several varargs-functions to fd2lib (cla68k)
  491. - edited the Make#?lib.scripts (cp->copy, *.c->#?.c) (cla68k)
  492. - added a few xdefs to amiga.lib (cla68k)
  493.  
  494.  
  495. Changes since V0.2v
  496.  
  497. - changed the version number :-)
  498.  
  499.  
  500. Changes since V0.2u
  501.  
  502. - rebuilt vc.lib and vcs.lib
  503. - bug fixed: the vbcc-compiled cpp did not close opened files; now the
  504.              routines in mysupport.c close all opened files at exit
  505. - bug fixed: there was still an error that caused wrong line numbers to be
  506.              printed in messages when an external preprocessor was used
  507. - compiling with NO_OPTIMIZER #defined and linking without av.o, cp.o, cse.o,
  508.   flow.o, loop.o and rd.o produces a smaller executable that doesn't
  509.   include the global optimizer
  510. - compiled the cpp from the lcc-distribution with vbcc and changed vc.config
  511.   to call this one rather than dcpp (vca68k)
  512. - bug fixed: removed some float.h scratch from limits.h (cla68k)
  513. - bug fixed: some code generation errors fixed (cga68k)
  514. - bug fixed: addressing-modes were sometimes used where they shouldn't (cga68k)
  515. - bug fixed: sometimes wrong code was generated for a op= b; expressions
  516. - bug fixed: some optimizer routines sometimes called mymalloc(0) which
  517.              caused mymalloc to abort with C-libraries returning a null
  518.              pointer; fixed by changing the size to 1 in mymalloc (not
  519.              very nice, but simple)
  520. - added alternative malloc-routines that use the Amiga's AllocPooled-Rotuines
  521.   (libsrc/stdlib/newmalloc) (cla68k)
  522. - bug fixed: in the handling of switch-statements the addressing-mode-pointers
  523.              were set to zero too early and therefore later overwritten
  524.              with scratch
  525. - bug fixed: in some places memory that was already free'd was accessed under
  526.              certain circumstances
  527. - replacing multiplications by shifts was not done in recent versions (cga68k)
  528. - some minor code generation improvements (cga68k)
  529. - bug fixed: copies of local auto variables of inlined functions got
  530.              non-empty identifiers which caused corrupt code generation
  531.              under certain circumstances
  532. - bug fixed: function-inlining didn't work with return-values that must be
  533.              passed via pointer
  534. - bug fixed: variables in IDENTIFIER-nodes were searched with find_var()
  535.              in gen_code() again, rather than using a copy from
  536.              type_expression(); this generated corrupt code in certain cases
  537.              of function-inlining
  538. - rebuilt showerr and tovbr using small-data with new PhxLnk
  539. - added special inlining of strlen() and strcpy()
  540. - bug fixed: the amiga68k code generator assumed long-alignment with
  541.              inline_memcpy
  542. - bug fixed: tst may not be omitted if operand is unsigned (cga68k)
  543. - bug fixed: inline_memcpy was not only used when optimizing
  544. - bug fixed: the line number displayed in diagnostics were sometimes wrong
  545.              if an external preprocessor with # <line> "file" was used
  546. - bug fixed: function inlining messed up labels of static local vars
  547.  
  548.  
  549. Changes since V0.2t
  550.  
  551. - removed any 060-specific modulo-handling again (060 has div?l.l) (cga68k)
  552. - some minor code generation improvements with arithmetic instructions and
  553.   constants (cga68k)
  554. - warning for not correctly handled empty struct-declarations added
  555. - bug fixed: initializations of incomplete structs resulted in infinite
  556.              error loops
  557. - improved diagnostics regarding incomplete types
  558. - bug fixed: nested calls to inlined functions were broken
  559. - address-of instructions are subject to common-subexpression-elimination
  560. - bug fixed: function-inlining sometimes assigned the arguments to the wrong
  561.              variables
  562. - #pragma only-inline on/off added
  563. - some associativity optimizations are done with ADDI2P, too
  564.  
  565.  
  566. Changes since V0.2s
  567.  
  568. - some minor changes and bug fixes on vbrowse
  569. - program showerr added
  570. - bug fixed: if the return value was moved to an address register this was
  571.              supposed to set the condition codes (cga68k)
  572. - addq #const,a7 is no longer supposed to destroy condition-codes (cga68k)
  573. - bug fixed: sometimes the popping of function arguments was moved before
  574.              a call (cga68k)
  575. - added #pragma type to display the type of an expression
  576. - bug fixed: declarations of functions within functions were buggy in 0.2r,
  577.              because the prototype of the inner function was freed to early
  578. - bug fixed: vbcc assumed that "fmove.l fpx,ea" sets condition-codes for
  579.              ea (cga68k)
  580. - bug fixed: TEST-instructions were omitted even if the type was different
  581.              (could probably only happen with dirty things) (cga68k)
  582. - bug fixed: offsets for temporary buffers for scratch-registers were
  583.              sometimes incorrectly calculated (only without optimizing);
  584.              scanf() of the recent mieee.lib and m040.lib versions was
  585.              broken due to that bug
  586. - bug fixed: string constants are only allowed as initalizers for array of
  587.              char now
  588. - bug fixed: handling of long float/double is now a bit better
  589. - changed flags of a few error messages
  590. - bug fixed: problem with unexpected end of file errors fixed and some
  591.              improvements in killsp() and translation_unit()
  592. - function calls are never separated from the corresponding PUSHs now (this
  593.   might confuse the delayed popping of code-generators)
  594. - if all successors of a block have the same instruction at the beginning
  595.   it is moved to the predecessor in certain cases
  596. - space for local variables is better used in optimizing compilation now
  597. - function inlining doesn't increase label-numbers any more
  598. - handling of local registers and pointer dereferencing improved a bit
  599.   (temporary vars that get dereferenced should almost always be
  600.   assigned a proper register now)
  601. - bug fixed: rearranging of array-accesses was buggy in 0.2s
  602. - bug fixed: a previous declaration of a function was not visible in the
  603.              function definition in 0.2s
  604. - changed the ctype macros a bit (cla68k)
  605. - bug fixed: use of addressing modes was buggy in 0.2s (therefore the
  606.              last mieee.lib was broken) (cga68k)
  607. - code generation for modulo improved for 020+ (incl. 060) (cga68k)
  608.  
  609.  
  610. Changes since V0.2r
  611.  
  612. - bug fixed: conversions between unsigned<->floating point should now
  613.              always be correct with mieee.lib (cga68k) (cla68k)
  614.              mieee.lib rebuilt
  615. - if -noasm is specified the .asm file is no longer created
  616. - gen_vars() now does not create output if there were errors or -noasm
  617.   was specified (this also fixes a bug that created infinite internal
  618.   errors after certain corrupt initializers)
  619. - bug fixed: vbcc did not correctly recognize if opening of the input file
  620.              failed in V0.2q/r
  621. - some optimizations to improve array accesses
  622. - VARADR objects are subject for copy propagation now
  623. - add/sub with constant addresses gets folded (opt only)
  624. - divsl.l is not used when -cpu=68060 is selected (cga68k)
  625. - switch-statements can be implemented by SUB/TEST/BEQ sequences rather
  626.   than COMPARE/BEQ sequences (selectable with SWITCHSUBS)
  627. - bug fixed: no error for duplicate case labels was printed
  628. - bug fixed: detecting of loops did identify loops with jumps out of
  629.              the loop as normal loops
  630. - bug fixed: scope of function prototypes should now be correct
  631. - bug fixed: function parameters were not marked as DEFINED and therefore
  632.              redefinition of function parameters did not cause errors
  633.  
  634. Changes since V0.2q
  635.  
  636. - if several basic blocks have the single same successor and the last
  637.   last instruction of those statements is identical it is moved to the
  638.   common successor
  639. - for CPUs>=68040 8bit constants are not copied to registers (cga68k)
  640. - popping of function arguments is done one instruction before a TEST inst.
  641.   (I thought this was necessary to avoid certain tst-instructions, because
  642.   my manual says addq #x,a7 changes condition codes - however this seems
  643.   to be wrong) (cga68k)
  644. - Thorsten Schaaps' preprocessor integrated into vbcc
  645.   files vbpp.h and preproc.c added
  646. - new options:
  647.   - -nested-comments allows nested comments (not ANSI conforming)
  648.   - -cpp-comments allows C++ style comments (not ANSI conforming)
  649.   - -macro-redefintion allows redefinition of macros (not ANSI conforming)
  650.   - -no-trigraphs prevents expansion of trigraphs (not ANSI conforming)
  651.   - -no-preprocessor prevents use of the bultin preprocessor
  652.   - -E only preprocesses the file to <file>.i
  653.  
  654.  
  655. Changes since V0.2p
  656.  
  657. - bug fixed: strncat() did not append a 0, but behaved like strncpy (cla68k)
  658. - bug fixed: sizeof(uncomplete type) did not cause an error message
  659. - bug fixed: wrong code was generated for ?: if the condition evaluated
  660.              to a scratch-var pointing somewhere
  661. - bug fixed: pointer:0 and 0:pointer was not allowed in conditional-exp
  662. - bug fixed: delayed popping produced wrong code with nested function calls
  663. - support for #line directive of most preprocessors added
  664. - several additions made to must_convert()  (cga68k)
  665. - realloc() added to vc.lib (cla68k)
  666. - target-specific optimization options have been separated from the
  667.   -O flag
  668. - the Amiga68k code generator now accepts the following flags to replace
  669.   the former corresponding flags in the -O option:  (cga68k)
  670.   - -use-framepointer
  671.   - -no-addressing-modes
  672.   - -no-delayed-popping
  673. - bit 12 (4096) in -O activates function inlining; previously defined
  674.   functions are inlined in their caller, depending on the size of the
  675.   function
  676. - new option -inline-size can be used to in-/decrease the number of
  677.   functions to be inlined; default=30 - higher values mean more functions
  678.   get inlined
  679.  
  680.  
  681. Changes since V0.2n/0.2o
  682.  
  683. - new option -optpasses=n sets the maximum number of optimizer passes
  684. - bug fixed: ADDI2P with a short integer sometimes was not converted if the
  685.   target was a data register
  686. - constant data is placed in the code sections as long as -const-in-data
  687.   is not specified (cga68k)
  688. - m040.lib started (cla68k)
  689. - unnecessary tst instructions are sometimes eliminated (cga68k)
  690. - constants -128<=x<128 are not copied in a register for SETRETURN and PUSH
  691. - COMPARE x,#0 should now always be converted to TEST x
  692. - bug fixed: a label-statement at the end of a block caused an error
  693. - bug fixed: sometimes still used type node was freed in alg_opt
  694. - bug fixed: unsigned function arguments were sometimes converted to signed
  695. - calling scheme for ieee and ldiv functions changed (cga68k)
  696. - usage of addressing modes with ieee and ldiv functions prohibited (cga68k)
  697. - bug fixed: files opened for append were deleted, oops (cla68k)
  698. - use of addressing modes slightly changed (cga68k)
  699. - modf, ldexp and frexp added to mieee.lib and m881.lib (cla68k)
  700. - bug fixed: unsigned integers were not allowed in case labels
  701. - bug fixed: push problem
  702. - bug fixed: cmp x,#0 was sometimes converted to tst x without changing the
  703.   following branching instruction (cga68k)
  704. - for and while loops are generated differently when optimizing is
  705.   activated (first testing of the loop condition can sometimes be deleted)
  706. - bug fixed: isquickkonst2 now tests for 0<x<=8 rather than 0<=x<=8 (ouch) (cga68k)
  707. - a>>0=a<<0=a and a few other algebraic optimizations added
  708. - insert_const2() added and insert_const() changed
  709. - saverestoreregs() now has a stack for the pushed register-lists (cga68k)
  710.   (removed again, because saveregs/restoreregs has now been removed and
  711.    mechanism changed)
  712. - bug fixed: delayed popping of function arguments corrected (cga68k)
  713. - delayed popping and omitting of framepointer can now be turned on
  714.   separately (256 for framepointer, 512 for delayed popping)
  715. - bug fixed: stackoffset was sometimes incorrectly calculated
  716. - internal mechanism for passing function return values changed, structure
  717.   returns should be reentrant now
  718.   some library routines may have to be recompiled
  719.   mieee.lib was rebuilt to use the new mechanism (cla68k)
  720. - op a,b->scratchvar; move scratchvar->c is combined to op a,b->c
  721. - handling of optimizations slightly changed
  722. - bug fixed: open_out() allocated a buffer one byte too small if the input
  723.   file contained no period
  724.  
  725. - bit 2... in -O option activate heavy optimizations
  726.   - scratchvars are not assigned to registers during IC generation
  727.   - labels are optimized and a flowgraph is constructed
  728.   - branches to branches, branches to the following instruction etc. are
  729.     optimised and unreachable code is eliminated
  730.   - constants are propagated and folded
  731.   - common subexpressions are eliminated
  732.   - copies are propagated
  733.   - active variables are analysed and dead assignments eliminated
  734.   - temporary variables are recognized and assigned to registers
  735.   - registers are assigned differently using information on active variables
  736.     and loop structure
  737.  
  738. - new source files added/changed:
  739.   - opt.h : declarations etc. used in optimization routines
  740.   - opt.c : general routines, peephole optimizations and control of
  741.             optimization passes
  742.   - flow.c: construction of flowgraphs, jump optimizations and other
  743.             control-flow related routines
  744.   - regs.c: register allocation
  745.   - av.c  : analysis of active variables and elimination of dead assignments
  746.   - rd.c  : analysis of reaching definitions, constant propagation and
  747.             constant folding
  748.   - cse.c : common subexpression elimination
  749.   - cp.c  : copy propagation
  750.   - loop.c: analysis of loops and optimizations in loops
  751.  
  752. - the following warnings have been added
  753.   - use of variable before its initialization (with optimizer only)
  754.   - dead assignments (opt only)
  755.   - definition of global functions without prior declaration
  756.   - non-void functions without return-statements
  757.   - assignment in comparison context
  758.   - weird code (opt only)
  759.  
  760.  
  761. Changes since V0.2m
  762.  
  763. - if -ansi is specified assignments between differently signed pointers
  764.   will cause an error
  765. - -dontwarn=n disables all warnings if n<0
  766. - -warn option added to enable certain warnings, usage like -dontwarn
  767. - the following warnings have been added
  768.   - implicit function declarations
  769.   - function calls without prototype
  770.   - use of #pragma
  771.   - assignment/cast of integers to narrower type
  772.   - cast of pointer to pointer with stricter alignment requirements
  773.   - redundant comparisons with unsigned values
  774. - stupid, braindead error in codegenerator fixed (wrote to string constant
  775.   and caused segmentation faults on systems with memory protection) (cga68k)
  776. - TimeDelay new in amiga.lib (has to be rebuilt)
  777. - ctype.h now has function prototypes and macros should be ok with negative
  778.   arguments
  779. - macros in stdio.h now accept void* pointers and do some fancy type checking
  780.   (cla68k)
  781. - temporary hack to display correct filename and line number in error
  782.   messages
  783. - vc now handles filenames with spaces and always uses the complete path
  784.  
  785.  
  786. Changes since V0.2l
  787.  
  788. - in conditional-expressions the type of the result was used for the
  789.   generated comparison due to a bug
  790. - ceil() and floor() were added to m881.lib (cla68k)
  791. - flags may be specified more than once
  792. - vbcc does not change argv any more
  793. - output of errors/warnings changed and error/warning-texts put in <errors.h>
  794. - % with powers of two is not replaced by an 'and' any more if the operand is
  795.   signed (cga68k)
  796. - entries in the history-file now in (bad) English rather than German
  797. - -dontwarn option added to suppress certain warnings
  798. - type conversions that are unnecessary on a certain machine may be omitted
  799.  
  800.  
  801. Aenderungen seit V0.2k
  802.  
  803. - bei shifts werden keine arithmetischen Typerweiterungen mehr vorgenommen
  804. - endlose Fehlerschleifen sollten erkannt werden
  805. - Anfang eines SmallCode/SmallData-Modus; -sc und -sd schalten den jeweiligen
  806.   Modus ein; deswegen wird auch vermehrt lea/pea verwendet (cga68k)
  807. - startup.o initialisiert nun a4 fuer den SmallData-Modus (cla68k)
  808. - die xref _LVO aus startup entfernt
  809. - fd2lib geschrieben
  810. - diverse Libraryfunktionen geschrieben (vla68k)
  811. - der rechte Teil einer conditional-expression ist jetzt eine
  812.   conditional-expression (war faelschlicherweise expression)
  813. - Verwaltung der sections etwas geaendert; section=-1 am Anfang (cga68k)
  814. - Fehlerbehandlung verbessert: Initialisierungen von unvollstaendigen
  815.   Strukturen/Unionen, Arrays mit size==0 und nicht vorhandene Identifier
  816. - Fehler bei der Erkennung von Fehler-Endlosschleifen behoben; funktioniert
  817.   aber trotzdem nicht immer
  818. - Workaround fuer den compare-bug; leider nicht sehr schoen
  819. - Warnung bei dem Push-Problem
  820. - Ausdruecke hinter return wurden bemaengelt, wenn die Funktion void war
  821. - Funktionsargumente werden bei -O=256 nicht mehr sofort vom Stack geholt
  822.   sondern, wenn moeglich gesammelt und dann auf einmal
  823.  
  824.  
  825. Aenderungen seit V0.2j
  826.  
  827. - vc ruft jetzt 'FreePhxAss' statt 'CPhxAss' auf (vca68k)
  828. - free() verkraftet 0 (cla68k)
  829. - bei aufgetretenen Fehlern wird der Returncode auf EXIT_FAILURE gesetzt
  830. - keine Fehlermeldung bei Files ohne Funktionsdefinition mehr
  831. - Fehler behoben, der bei Verwendung einer Adressierungsart der Form
  832.   (d,ax,dy.w[*z]) zu unnoetigen internal errors und evtl. Schlimmerem
  833.   fuehrte (&7 vergessen) (cga68k)
  834. - difftime() wird in time.h als Makro definiert (cla68k)
  835. - #undef difftime in difftime.c eingefuegt (cla68k)
  836. - Deklaration von rename() in stdio.h korrigiert (cla68k)
  837. - wird Flag 8 (256) bei -O gesetzt, wird a5 nicht mehr als Framepointer
  838.   benutzt (cga68k)
  839. - "offset out of object"-Meldungen geaendert
  840. - string-Funktionen geaendert (cla68k)
  841. - Fehler bei Registerallocation, der auftrat, wenn der Rueckgabewert nicht
  842.   in einem Register zurueckgegen wird, behoben
  843. - Variablendeklaration geaendert; sollte jetzt korrekter sein und tentative
  844.   definitions besser behandeln
  845. - fehlendes ; in stdlib.h eingefuegt (cla68k)
  846. - bei saveregs vor einem function call wird ein Scratchregister, ueber das
  847.   die Funktion aufgerufen wird, nicht gespeichert
  848. - wenn der compare-Fehler auftritt sollte zumindest ein error gemeldet
  849.   werden (cga68k)
  850. - wenn keine lokalen Variablen benutzt werden, wird kein Platz auf dem
  851.   Stack gemacht (cga68k)
  852. - Berechnung des Alignments fuer Kopierschleife sollte jetzt auch ohne
  853.   Framepointer korrekt sein (cga68k)
  854. - vc stark geaendert und config-file eingefuehrt (vca68k)
  855. - bei Meldungen wird der Filename mit ausgegeben
  856.  
  857.  
  858. Aenderungen seit V0.2i
  859.  
  860. - Verbesserung der Codegenerierung fuer FPU-Operationen (cga68k)
  861. - Problem bei USEQ2ASZ und Zusammenfassen von IC/ASSIGN behoben
  862. - floating point nun auch ohne FPU moeglich, noch nicht 100% fehlerfrei (cga68k/cla68k)
  863. - Anfang einer Mathelibrary fuer die IEEE-Libraries (cla68k)
  864.   FloatingPoint<->UnsignedInteger nicht korrekt
  865. - Fehler bei switch(UNSIGNED) behoben
  866. - alignment von struct-members sollte wieder passen
  867. - unsigned char/short->fp mit FPU korrigiert (cga68k)
  868. - ein labeled-statement enthaelt das nachfolgende statement
  869. - _main aus mieee.lib oeffnet die Libraries nun in der richtigen
  870.   Reihenfolge (autsch) (cla68k)
  871. - Test auf am->Register in get_reg() eingebaut
  872. - Fehler bei Kopierschleife behoben
  873. - allocreg zaehlt bei Nutzung von erweiterten Adressierungsarten als
  874.   zerstoerend; sollte damit jetzt halbwegs stabil sein; allerdings duerften
  875.   noch internal errors, die aber wohl nichts mehr bedeuten, drin sein
  876. - allocreg/freereg von Registervariablen wird aus Code entfernt und internal
  877.   errors sind beseitig; sollte nur Effekt haben, wenn Returnregister als
  878.   Registervariable verwendet wird
  879. - bei initialisierten Unionen werden jetzt auch die uebrigen Werte aufgefuellt
  880. - bei initialisierten auto Strukturen und Unionen duerfen auch Strukturen/
  881.   Unionen gleichen Typs angegeben werden
  882. - die Kopierroutinen sollten jetzt in (fast?) allen Faellen korrekt
  883.   funktionieren und teilweise auch schneller sein
  884. - Fehler mit auto arrays der Form a[]=... behoben; der Offset wurde nicht
  885.   hochgezaehlt
  886. - difftime in der Math Library (cla68k)
  887. - einige ueble Fehler aus dem frontend fuer amiga68k entfernt (vca68k)
  888. - unbenannte Bitfelder werden bei Initialisierungen jetzt uebergangen
  889. - strengere Pruefung bei Zuweisungen zwischen Zeigern mit verschiedenen
  890.   Qualifiern
  891. - Funktionsdefinitionen nach altem Stil erzeugen keinen Prototype mehr
  892. - float Parameter in alten Funktionsdefinitionen werden korrekt behandelt
  893. - diverse Aenderungen bei der Belegung von Registervariablen; gibt jetzt
  894.   Register etwas leichter her
  895.  
  896.  
  897. Aenderungen seit V0.2h
  898.  
  899. - Fehler beim Kommaoperator behoben und Meldung bei fehlenden sidefx
  900. - Konvertierungsroutinen fuer target data types geaendert
  901. - Routinen fuer Fehler/Warnungen akzeptieren jetzt beliebige Parameterlisten
  902. - Initialisierungen wie (cast)&var werden erlaubt (evtl. Probleme, wenn
  903.   verschiedene Pointer existieren)
  904. - die Adresse eines Arrays kann jetzt ermittelt werden
  905. - Ueberpruefung der Gleichheit von Typen verbessert
  906. - Registerbelegung bei return verbessert
  907. - ueberfluessige Warnung bei nicht initialisierter const extern Variable
  908.   entfernt
  909. - Franks div/mod in vc.lib eingebaut (cla68k)
  910. - Fliesskomma-returnwerte nur noch in fp0, wenn fuer fpu generiert wird (cga68k)
  911. - Stringkonstanten sind nicht mehr const char[] sondern char[]
  912. - vc versteht nun -l Option (vca68k)
  913. - printf/scanf durch leicht veraenderte Versionen aus libnix ersetzt (cla68k)
  914. - Anfang einer Mathelibrary fuer 68881 (cla68k)
  915. - (hoffentlich) korrekte floating point->integer Rundung bei FPU (cga68k)
  916.  
  917.  
  918. Aenderungen seit V0.2g
  919.  
  920. - Fehler bei Registerbelegung in totem Code behoben
  921. - Fehler bei Registerbelegung in switch-statements behoben
  922. - boeser Fehler bei Variablen mit nicht-Register-return-values behoben
  923. - vc.lib: Ctrl-C wird erkannt (manchmal) (cla68k)
  924. - vc.lib: malloc() verbessert (cla68k)
  925. - vc.lib: limits.h korrigiert (cla68k)
  926. - vc.lib: time.h und time-Funktionen eingebaut (cla68k)
  927. - keine Warnung mehr bei const typedefs
  928. - Warnung bei Initialisierung von typedefs
  929. - verschiedene Aenderungen bei der Behandlung von storage-classes
  930. - globale static Variablen werden jetzt nicht mehr exportiert
  931. - storage-classes in Prototypen werden beachtet
  932. - const Variablen werden nicht mehr als Konstanten behandelt (war fehlerhaft)
  933. - Fehler in union atyps behoben (vuchar war zchar statt zuchar, argh!)
  934. - string concatenation eingebaut
  935. - Umwandlung unsigned->floating point mit FPU korrigiert (cga68k)
  936. - Vergleiche bei unsigned werden jetzt korrekt behandelt (cga68k)
  937. - bessere Behandlung von Funktionsprototypen
  938. - Zuweisungen zwischen Funktions- und Datenzeigern sind nicht mehr erlaubt
  939.  
  940.  
  941. Aenderungen seit V0.2f
  942.  
  943. - -snma entfernt (cga68k)
  944. - einige Vereinfachungen im Codegenerator wegen reg/freg-Benutzung (cga68k)
  945. - Entfernung einiger alter Codefragmente im Codegenerator (cga68k)
  946. - Abfrage bei malloc() eingebaut
  947. - einige Fehler bei der IC-Generierung im Zusammenhang mit Registerbelegung
  948.   behoben
  949. - Fehlerbehandlung verbessert; nach -maxerror=n (default 10) Fehlern
  950.   wird Uebersetzung abgebrochen (bei 0 wird nicht abgebrochen)
  951. - -ansi unterdrueckt unwichtige Warnungen und Warnungen mit ANSI-Verletzung
  952.   werden als Fehler behandelt
  953. - Flags loeschen jetzt durch &=~
  954. - Zuweisungen von Arrays werden korrekt(er) behandelt (cga68k)
  955. - Zuweisungen von groesseren Typen geaendert, muss aber noch optimiert
  956.   werden. (cga68k)
  957. - falscher Returncode in alg_opt() korrigiert
  958. - Behandlung von const-Konstanten korrigiert
  959. - Meldung, wenn main() nicht int ist
  960. - arithmetik mit void * nicht mehr erlaubt
  961. - casting nach void erlaubt
  962.  
  963.  
  964. Aenderungen seit V0.2e
  965.  
  966. - Nutzung von 680x0-Adressierungsarten eingebaut (cga68k)
  967. - Schreibweise displ(ax) durch (displ,ax) ersetzt (cga68k)
  968. - Nutzung von reg/freg; dadurch kein zusaetzlicher Pass noetig (cga68k)
  969.  
  970.  
  971. Aenderungen seit V0.2d
  972.  
  973. - Typpruefung bei Zuweisungen verbessert und nun auch bei Initialisierungen
  974. - freed free Register teilweise behoben (?)
  975. - Deklarationen von Prototypen ohne Typ werden bemaekelt
  976. - Abhanegigkeit in eigenen Include-Dateien behoben
  977. - Fehler bei arithmetischen Operationen behoben (cga68k)
  978. - falsche Fehlermeldung bei unsigned Typ als Schleifenbedingung
  979. - / und % wird nun auch mit 68000 unterstuetzt (wenn auch ineffizient) (cga68k)
  980. - Fehler bei ADDI2P und SUBIFP behoben
  981. - Fehler (mit DREFOBJ) bei Zusammenfassung op x,y->reg;move reg->z behoben
  982. - Optionen, die einen Parameter benoetigen, muessen jetzt -opt=parameter
  983.   geschrieben werden, also z.B. vbcc -cpu=68020 file.c
  984.   (das war noetig, um das Frontend und Wildcards zu vereinfachen)
  985. - enumerations eingebaut; noch einfach ohne grosse Tests, Tags werden ignoriert
  986. - arithmetische const Typen werden in Ausdruecken als Konstanten behandelt
  987.  
  988.  
  989. Aenderungen seit V0.2c
  990.  
  991. - -noa4 Option hinzugekommen (cga68k)
  992. - Fehler beim Vertauschen von COMPARE-Argumenten und mustrepeat behoben (cga68k)
  993. - Fehler bei vorzeitiger Registerfreigabe bei POSTINC/POSTDEC behoben
  994. - Fehler bei mehreren Variablendeklarationen mit Funktionen behoben
  995. - Fehler bei dc float|double behoben (cga68k)
  996. - Fehler bei sections und dc/ds behoben (cga68k)
  997. - Fehler bei Rechnungen mit FP-Registern behoben (cga68k)
  998. - diverse Fehler bei a op= b behoben
  999. - jetzt hoffentlich immer korrekte Verwendung von lsl/lsr/asr (cga68k)
  1000. - vbcc hat sich endlich erfolgreich selbst kompiliert
  1001. - Fliesskommakonstanten eingebaut; Berechnung aber noch zu ungenau
  1002. - Deklaration fuer Bitfields eingebaut; werden aber noch als Integers behandelt
  1003. - Fehler bei interner Verarbeitung von Fliesskommazahlen behoben
  1004. - Deklarationen der Form unsigned a; extern a; etc. werden zugelassen
  1005. - Anfaenge einer eigenen C-Library
  1006.  
  1007.  
  1008. Volker (volker@vb.franken.de)
  1009.  
  1010.